home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / Quine-McClusky 1.2 / readme.txt < prev   
Encoding:
Text File  |  1994-11-29  |  1.8 KB  |  57 lines  |  [TEXT/MPCC]

  1. Quine-McClusky Method
  2. version 1.2
  3.  
  4. by John A. Schlack
  5. November 29, 1994
  6.  
  7.  
  8. This program was compiled for use on 286 and later machines.
  9.  
  10. The program may not have enough memory to function under DOS
  11. when solving large problems.
  12.  
  13. A mini-manual is included in Microsoft Word format.  This
  14. provides an example to get you started.
  15.  
  16. Commercial use of the source code and program are prohibited.
  17. You may use them for personal use or classroom distribution.
  18. You may not use the source code in any other program and you 
  19. may not sell the program or source code without written consent
  20. from the author, John A Schlack.
  21.  
  22. This permission may be obtained by writing to John at:
  23. John Schlack
  24. 406 Newgate Court, Apt. A1
  25. Andalusia, Pa. 19020
  26. USA
  27.  
  28. --------------------------------------------------------------------
  29.  
  30. Quine-McClusky was originally developed on a Power Macintosh 6100/80
  31. running System 7.12 (MacOS) and Metrowerks CodeWarrior 4.5.
  32. On the PowerMac system, this program solved four 7 variable
  33. problems (each with 120 decimal functions) in under 5 seconds
  34. (most of that time was probably screen output!).
  35.  
  36. The PC version was compiled using Borland C++ 2.0 running under
  37. emulation on the PowerMac system (using SoftWindows 1.0).
  38.  
  39. The source code is exclusively ANSI C, which makes it compatible
  40. across a large spectrum of systems.
  41.  
  42. --------------------------------------------------------------------
  43.  
  44. History:
  45.  
  46. version 1.2: November 29, 1994
  47.     Fixed bug which caused crashes if solving an eight variable
  48.     problem and some decimal functions were above 127 (internal
  49.     table was too small).  Fixed bug that prevented irredundant
  50.     form for very large problems.
  51.  
  52. version 1.1: November 2, 1994
  53.     Program now reduces prime implicants to irredundant form.
  54.  
  55. version 1.0: October 21, 1994
  56.     Original release.
  57.